Hello guys. This is a simple Java program to connect it on a database(acess..ODBC).
I wrote this during our midterm exam in my java class.
I hope u like it, u can modify it if you want! =)

How

1. copy the java file and the dbs in the bin directory of ur j2sdk1
2. goto ctrl panel then select ODBC
under the User DSN tab press add then select driver(Microsoft Acess Driver(*.mdb)
3.Click Finish
4. Click Select (select the finals.mdb n ur j2sdk1)
5. set datasource name to its filename ("finals") then click OK


Run now...
=)
javac fi.java
java fi =)